From 733f1710c6cbe7c9a4232aae3bf9c0e7f01d12f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fridrich=20=C5=A0trba?= Date: Thu, 14 Oct 2010 20:56:17 +0200 Subject: [PATCH] Enable the build of MS Windows engine again The MS Windows engine compiles anew, so enable it so that one can fix remaining issues --- modules/engines/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/engines/Makefile.am b/modules/engines/Makefile.am index 5dac940c4a..7f65239551 100644 --- a/modules/engines/Makefile.am +++ b/modules/engines/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/Makefile.decl if USE_WIN32 -# wimp = ms-windows +wimp = ms-windows endif SUBDIRS = $(wimp) pixbuf -- 2.30.2